home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / allout.swf / scripts / DefineButton2_99 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-05-29  |  154 b   |  7 lines

  1. on(release){
  2.    _parent.lew.gotoAndPlay("solution");
  3.    _parent.activebuttons = false;
  4.    gotoAndStop(2);
  5.    _parent.randombutton.gotoAndStop(2);
  6. }
  7.